home *** CD-ROM | disk | FTP | other *** search
- /* this file should contain a crypt algorithm, some people asked me if they
- * could run AMUD for real, and not just for testing LPC, so they need crypt
- * I have a crypt algorithm, but it doesn't work :+(, so I left this file
- * empty, anyone who wants to have their passwords crypted should replace
- * my crypt() with another function.
- *
- * Cthulu, 19-jun-91
- */
-
- char *crypt(char *pw, char *salt) { return pw; }
-